qualcommax: ipq50xx: remove disabled partitions node
authorGeorge Moussalem <[email protected]>
Sat, 29 Nov 2025 16:35:55 +0000 (20:35 +0400)
committerRobert Marko <[email protected]>
Sun, 7 Dec 2025 10:25:40 +0000 (11:25 +0100)
Although the bootloader tries to 'fixup' the qpic nand node, it actually
can't find it as the node was renamed to spi based on the new driver
architecture. The added benefit is that it also silences build warning:

Warning (spi_bus_reg): /soc@0/spi@79b0000/partitions: missing or empty reg property

Signed-off-by: George Moussalem <[email protected]>
---
Node rename:

old node name: qpic-nand@79b0000
new node name: spi@79b0000

Bootloader logs:

   Booting using the fdt blob at 0x44d3fc78
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 4a3f6000, end 4a3ff805 ... OK
fdt_fixup_qpic: QPIC: unable to find node '/soc/qpic-nand@79b0000'
parse_fdt_fixup: unable to find node '/soc/qpic-nand@79b0000/'
Link: https://github.com/openwrt/openwrt/pull/20982
Signed-off-by: Robert Marko <[email protected]>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax830.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax850.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mx-base.dtsi

index 8f9f027fd31fe7ea1c5093c9a8beb600e2ca7e31..90d930909e32d311d4c004194e4215e2778f437a 100644 (file)
        pinctrl-names = "default";
        status = "okay";
 
-       partitions {
-               status = "disabled";
-       };
-
        nand@0 {
                compatible = "spi-nand";
                reg = <0>;
index f81e5171d0dd6c697d1326cd34b7ea42d5167e54..592fc84c5bccb2288b810e4c5df339ac555a49b6 100644 (file)
        pinctrl-names = "default";
        status = "okay";
 
-       partitions {
-               status = "disabled";
-       };
-
        nand@0 {
                compatible = "spi-nand";
                reg = <0>;
index 6644263545d88057231ca2abcf1bd6f098f457b5..a69385e17ff8e66c3774b510e0d158d74f35bce2 100644 (file)
        pinctrl-names = "default";
        status = "okay";
 
-       partitions {
-               status = "disabled";
-       };
-
        nand@0 {
                compatible = "spi-nand";
                reg = <0>;